Re-exports§
pub use self::enc::combined_alloc::CombiningAllocator;
pub use crate::enc::input_pair::InputPair;
pub use crate::enc::input_pair::InputReference;
pub use crate::enc::input_pair::InputReferenceMut;
pub use crate::enc::interface::SliceOffset;
pub use crate::enc::reader::CompressorReader;
pub use crate::enc::reader::CompressorReaderCustomIo;
pub use crate::enc::writer::CompressorWriter;
pub use crate::enc::writer::CompressorWriterCustomIo;
pub use crate::enc::interface;
pub use crate::enc::BrotliCompressCustomIo;
pub use crate::enc::BrotliCompressCustomIoCustomDict;
pub use crate::enc::BrotliCompress;
pub use crate::enc::BrotliCompressCustomAlloc;
Modules§
Structs§
Enums§
Constants§
Traits§
- this trait does not allow for transient errors: they must be retried in the underlying layer
- this trait does not allow for transient errors: they must be retried in the underlying layer